runtime.sigctxt.info (field)
5 uses
runtime (current package)
signal_linux_amd64.go#L13: info *siginfo
signal_linux_amd64.go#L48: func (c *sigctxt) sigcode() uint64 { return uint64(c.info.si_code) }
signal_linux_amd64.go#L49: func (c *sigctxt) sigaddr() uint64 { return c.info.si_addr }
signal_linux_amd64.go#L53: func (c *sigctxt) set_sigcode(x uint64) { c.info.si_code = int32(x) }
signal_linux_amd64.go#L55: *(*uintptr)(add(unsafe.Pointer(c.info), 2*goarch.PtrSize)) = uintptr(x)
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |